chore(deps): update dependency psutil to v7.2.2#155
Open
anaconda-renovate[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): update dependency psutil to v7.2.2#155anaconda-renovate[bot] wants to merge 1 commit intomasterfrom
anaconda-renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
3b77bf2 to
4b44768
Compare
4b44768 to
52a4bd5
Compare
52a4bd5 to
2b277ed
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==7.1.3→==7.2.2renovate update details
¹ only available for some managers
Release Notes
giampaolo/psutil (psutil)
v7.2.2Compare Source
=====
2026-01-28
Enhancements
Process.wait()_ now usespidfd_open()+poll()forwaiting, resulting in no busy loop and faster response times. Requires
Linux >= 5.3 and Python >= 3.9. Falls back to traditional polling if
unavailable.
Process.wait()_ now useskqueue()for waiting,resulting in no busy loop and faster response times.
Bug fixes
Fedorov)
Process.memory_full_info()andProcess.threads()._ andProcess.environ()_ may fail with ``OSError: [Errno 0] Undefined error`` (from ``sysctl(KERN_PROCARGS2)``). They now raiseAccessDenied`_ instead.v7.2.1Compare Source
=====
2025-12-29
Bug fixes
heap_info()_ does not detect small allocations(<= 1K). In order to fix that, we now flush internal jemalloc cache before
fetching the metrics.
v7.2.0Compare Source
=====
2025-12-23
Enhancements
heap_info()_ andheap_trim()_ functions, providing directaccess to the platform's native C heap allocator (glibc, mimalloc,
libmalloc). Useful to create tools to detect memory leaks.
now live under
tests/instead ofpsutil/tests.Bug fixes
include.
net_if_stats()_ due to missingPy_CLEAR.Compatibility notes
import psutil.testsno longer works (but it was never documented tobegin with).
Configuration
📅 Schedule: Branch creation - "every weekday" in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.